home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / utility3 / faultw.zip / FAULT.RC < prev    next >
Text File  |  1992-03-30  |  410b  |  22 lines

  1. /*
  2.  * FAULT.RC
  3.  *
  4.  * Resources such as icons, menus, strings, accelerators, and dialogs.
  5.  *
  6.  * Copyright(c) Microsoft Corp. 1992 All Rights Reserved
  7.  */
  8.  
  9. #include "fault.h"
  10.  
  11. IDR_ICON    ICON fault.ico
  12.  
  13.  
  14. IDR_MENU MENU
  15.     BEGIN
  16.      POPUP "&Exceptions"
  17.       BEGIN
  18.        MENUITEM "&Divide by Zero",   IDM_EXDIVIDEBYZERO
  19.        MENUITEM "&GP Fault",         IDM_EXGPFAULT
  20.       END
  21.     END
  22.